home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / ar.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  43 lines

  1. <search function="ar">
  2.   <name>All Recipes</name>
  3.   <description>
  4.     Search for recipes and meal ideas at AllRecipes.com.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.       <tr><td>ar cheesecake</td></tr>
  8.     </table>
  9.   </description>
  10.   <category>Other</category>
  11.   <link>http://www.allrecipes.com/</link>
  12.   <contributor>Sarah Sweeney</contributor>
  13.   <email>sarah@designshift.com</email>
  14.   <form name="allrecipesform"
  15.         action="http://search.allrecipes.com/SearchResults.asp"
  16.         method="get">
  17.     <input type="hidden" name="site" value="allrecipes" />
  18.     <input type="hidden" name="allrecipes" value="allrecipes" />
  19.     <input type="hidden" name="q1" />
  20.   </form>
  21.   <script><![CDATA[
  22.     function ar(q, switches)
  23.     { 
  24.       if( nullArgs("ar", q) )
  25.         return false;
  26.  
  27.       if( q == "" )
  28.         openSearchWindow("http://www.allrecipes.com/");
  29.       else
  30.       {
  31.         document.allrecipesform["q1"].value = q;
  32.         submitForm(allrecipesform);
  33.       }
  34.     }
  35.   ]]></script>
  36.  
  37.   <copyright>
  38.     Copyright (c) 2002 David Bau
  39.     Distributed under the terms of the
  40.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  41.   </copyright>
  42. </search>
  43.